www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/he.php

    <?php
$lang['blog']['title'] = 'בלוג';
$lang['blog']['main_message'] = 'כאן תוכל ליצור פרטי תוכן (פוסטים) חדשים ולשייך אותם לקטגוריה. הפוסטים ישמרו אוטומטית לפי תאריך יצירתם.';
$lang['blog']['descr'] = 'השתמש בבלוג כדי להוסיף פרטי תוכן (פוסטים) לאתר';
$lang['blog']['categories'] = 'קטגוריות';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = 'קטגוריה חדשה';
$lang['blog']['new_cat_message'] = 'ראשית, בחר שם לקטגוריה ולאחר מכן לחץ על "שמירה"';
$lang['blog']['delete_cat'] = 'מחיקת קטגוריה';
$lang['blog']['posts'] = 'פוסטים קיימים';
$lang['blog']['new_post'] = 'כתיבת פריט תוכן חדש';
$lang['blog']['edit_post'] = 'עריכת פריט תוכן';
$lang['blog']['delete_post'] = 'מחיקת פריט תוכן';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'מאת';
$lang['blog']['reactions'] = 'תגובות';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'עריכת תגובות';
$lang['blog']['edit_reactions_message'] = 'כאן תוכל לערוך את תגובות הגולשים לפריט התוכן.';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'מחיקת תגובות';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'לא ניתן להשתמש בקוד HTML.';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>